Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined arrays.
標簽: array B. Distributed has
上傳時間: 2013-12-25
上傳用戶:洛木卓
LPI-Linux-Certification-in-a-Nutshell的原版,很好,適合學習linux
標簽: LPI-Linux-Certification-in-a-Nuts linux hell
上傳時間: 2014-01-04
上傳用戶:冇尾飛鉈
%直接型到并聯型的轉換 % %[C,B,A]=dir2par(b,a) %C為當b的長度大于a時的多項式部分 %B為包含各bk的K乘2維實系數矩陣 %A為包含各ak的K乘3維實系數矩陣 %b為直接型分子多項式系數 %a為直接型分母多項式系數 %
上傳時間: 2014-01-20
上傳用戶:lizhen9880
// 帶有列主元的高斯消元法 // 功能: 求解線性方程組 Ax = b // 參數: A - 指向n*n系數矩陣的指針 // b - 常數向量的指針 // n - 方程組的維數 // 返回值:0 - 如果成功。線性方程組的解保存在 b 中 // 1 - 求解失敗
上傳時間: 2013-12-18
上傳用戶:xcy122677
This book was written to provide a single reference for network administration in a Linux environment. Beginners and experienced users alike should find the information they need to cover nearly all important administration activities required to manage a Linux network configuration.
標簽: administration environmen reference provide
上傳時間: 2013-12-20
上傳用戶:225588
Linux in a Nutshell, 5th Edition By Stephen Figgins, Robert Love, Arnold Robbins, Ellen Siever, Aaron Weber ... ... ... ... ... ... ... ..... Publisher: O Reilly Pub Date: July 2005 ISBN: 0-596-00930-5 Pages: 944 Over the last few years, Linux has grown both as an operating system and a tool for personal and business use. Simultaneously becoming more user friendly and more powerful as a back-end system, Linux has achieved new plateaus: the newer filesystems have solidified, new commands and tools have appeared and become standard, and the desktop--including new desktop environments--have proved to be viable, stable, and readily accessible to even those who don t consider themselves computer gurus.
標簽: Nutshell Edition Figgins Stephen
上傳時間: 2015-12-03
上傳用戶:frank1234
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
標簽: begin Binary_Search function return
上傳時間: 2015-12-17
上傳用戶:tb_6877751
Linux Kernel in a Nutshell By Greg Kroah-Hartman ............................................... Publisher: O Reilly Pub Date: December 01, 2006 ISBN-10: 0-596-10079-5 ISBN-13: 978-0-596-10079-7 Pages: 352
標簽: Kroah-Hartman Nutshell Kernel Linux
上傳時間: 2013-12-26
上傳用戶:as275944189
Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
標簽: Description Calculate integer 101000
上傳時間: 2014-01-25
上傳用戶:tonyshao
RSA核心運算使用的乘模算法就是 M(A*B)。雖然M(A*B)并不是乘模所需要的真正結果,但只要在冪模算法中進行相應的修改,就可以調用這個乘模算法進行計算了。本軟件起初未使用Montgomery 乘模算法時,加密速度比使用Montgomery乘模算法慢,但速度相差不到一個數量級。 將上述乘模算法結合前面敘述的冪模算法,構成標準Montgomery冪模算法,即本軟件所使用的流程
上傳時間: 2016-07-16
上傳用戶:hullow